projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e7d93
)
(bytecode.o): Depend on syntax.h.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Oct 1995 16:07:24 +0000
(16:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Oct 1995 16:07:24 +0000
(16:07 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 2317ccb1c289394063f1b887430f3dad078329f2..d2b558b0321795ea0bbc0ba9daea1d724e201042 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-948,7
+948,7
@@
hftctl.o: hftctl.c $(config_h)
alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
blockinput.h $(config_h) INTERVAL_SRC
-bytecode.o: bytecode.c buffer.h $(config_h)
+bytecode.o: bytecode.c buffer.h
syntax.h
$(config_h)
data.o: data.c buffer.h puresize.h syssignal.h keyboard.h $(config_h)
eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h)
floatfns.o: floatfns.c $(config_h)